TIL: Create and deploy a serverless function in AWS
Only two steps required (it assumes an existing account in AWS console):
- Create a Lambda function in AWS
- Deploy your Lambda function with AWS API Gateway
I used these two articles as a reference:
Only two steps required (it assumes an existing account in AWS console):
I used these two articles as a reference: